home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 July: Mac OS SDK / Dev.CD Jul 00 SDK2.toast / Development Kits / Cross Platform / QuickTime 4.1.2 Windows SDK / CIncludes / Interrupts.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-04-12  |  579 b   |  31 lines  |  [TEXT/R*ch]

  1. /*
  2.      File:        Interrupts.h
  3.  
  4.      Contains:    Public Interface to the Interrupt Manager.
  5.  
  6.      Version:    Technology:    PowerSurge 1.0.2
  7.                  Release:    QuickTime 4.1
  8.  
  9.      Copyright:    (c) 1985-1999 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. */
  17. #ifndef __INTERRUPTS__
  18. #define __INTERRUPTS__
  19.  
  20. #ifndef __DRIVERSERVICES__
  21.     #include <DriverServices.h>
  22. #endif
  23.  
  24.  
  25. /*
  26.     The contents of Interrupts.h has been merged into DriverServices.h
  27. */
  28.  
  29. #endif /* __INTERRUPTS__ */
  30.  
  31.